home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Shareware World / Info / For Developers / OSA Script.sea / OSA Script / The Script to Execute.rsrc / TEXT_1128.txt < prev    next >
Text File  |  1999-07-24  |  715b  |  9 lines

  1. Explanation of this sample
  2.  
  3. ¬©Jan Skarbek, 1999. pbird@ozemail.com.au. http://www.ozemail.com.au/~pbird.
  4.  
  5. You are welcome to distribute this AppleEvent handling sample freely, but must keep the package intact.
  6.  
  7. Note that the event code ¬´event abcd1234¬ª represents a Class of "abcd" and an ID of "1234".  You can use any two combinations of four characters as long as they don't already exist, in which case, your codes will compile into the terminology belonging to those codes, and thus conflict.
  8.  
  9. The parameter {x, y, z} is the direct parameter. In this case, it is a simple list, but can be just about anything. You can add more parameters with their own classes, but that's not covered in this simple example.